home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Internet
/
Collection of Internet.iso
/
msdos
/
wattcp
/
unzipped
/
bootp
/
peekl.asm
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Assembly Source File
|
1987-05-01
|
384 b
|
25 lines
include masmdefs.hsm
include model.hsm
codedef PEEKL
datadef
cstart PEEKL
cpublic peekl
push si
mov bx,es
les si,dword ptr @ab[bp]
mov ax,es:[si]
mov dx,es:[si+2]
mov es,bx
pop si
creturn peekl
cend PEEKL
end